home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
starview
/
examples
/
designed
/
dedtdemo.cxx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-07-31
|
344 b
|
16 lines
#include <sv.hxx>
#include "dedtdemo.hrc"
#include "DEDTDEMO.hxx"
ModalDialogEXAMPLE::ModalDialogEXAMPLE( Window * pParent, ResId & rResId )
: ModalDialog( pParent, rResId.Lock() ),
aListBox1( this, ResId( 1 ) ),
aDefPushButton1( this, ResId( 1 ) ),
aPushButton1( this, ResId( 1 ) )
{
rResId.Unlock();
};